home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 120 / maccd 120.iso / Utilities / Mac OS X / SleepLess 1.5.1 / SleepLess.app / Contents / Resources / insomnia_unload.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2004-08-02  |  86 b   |  6 lines

  1. #!/bin/sh
  2.  
  3. LOCPATH=`/usr/bin/dirname "$0"`
  4.  
  5. /sbin/kextunload "$LOCPATH/Insomnia.kext"
  6.